.list {
	
	background: url(white.png) repeat;
	position: absolute;
	width:500px;
	top: 0px;
	right:-580px; 	
    padding:0 33px; overflow:hidden;
	background: #f5f5f5;
	overflow: auto;
	z-index: 99999;
}


.list{

	transition: right 1s;
-moz-transition: right 1s;	/* Firefox 4 */
-webkit-transition: right 1s;	/* Safari 和 Chrome */
-o-transition: right 1s;
}
.list.show_on{ right: 0px;}

.list  dl{ 
	clear:both; overflow:hidden;
}
.list  dt{ 
	clear:both;
	float:left;
	 width:101px;
	 height:67px;
}

.list  dd{ margin-bottom:10px;
	
}
.list  dd  h2{ 
		font-size:16px; height:30px;  color:#5d5d5d; line-height:30px;
}
.list  dd a{ 
		font-size:14px; color:#919191; padding-right:10px;
}
.list  dd a:hover,.list dd h2 a:hover{ 
		color:#ff6200;
}
.list dd h2 a { color:#4e4e4e;}
.list_tit {
    color:#19adfa;
	margin-top:20px;
}
.list_tit h2 { 

	font-size:18px;
	line-height:45px; 
	color: #ff6200;
}
.list_tit {
    color:#19adfa;
	margin-top:20px;
}

.list_link{ border-bottom:1px solid #fff; padding-bottom:20px;}
.list_link a {
    font-size: 14px;
    padding: 5px 0 5px 0;
    margin-bottom: 10px;
    color: #5d5d5d;
    white-space: nowrap;
    margin-right: 20px;
	line-height:30px;
}
.list_link a:hover{color: #ff6200;}